[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2011-03-01。"],[[["Website downtime can negatively impact search engine visibility if not handled properly."],["Using a 503 HTTP result code during downtime informs search engines that the issue is temporary, helping to maintain your site's ranking."],["Provide an estimated time of service restoration in the `Retry-After` header or within a custom 503 page for both users and search engines."],["Avoid using 200 (OK) status codes for errors or temporary pages; instead utilize 503 for server issues, maintenance, or bandwidth overloads."],["While helpful for temporary issues, prolonged use of 503 can lead to URL removal from search engine indexes, so address the underlying problem promptly."]]],["During planned website downtime, use a `503 (Service Unavailable)` HTTP result code instead of `404` or `200`. This signals to search engines that the downtime is temporary. Additionally, implement a `Retry-After` header to specify the downtime's duration or expected completion time. Avoid using `503` as a permanent solution, as extended use may cause URL removal from search indexes. Customize the `503` message to inform users about the situation.\n"]]